Searched refs:has (Results 151 - 175 of 479) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DConstCollector.java225 Integer has = countUses.get(cst);
226 if (has == null) {
229 countUses.put(cst, has + 1);
/external/libxml2/
H A Dxmlcatalog.c71 /* If the line has any text in it, save it on the history. */
266 printf("dump has no arguments\n");
272 printf("debug has no arguments\n");
279 printf("quiet has no arguments\n");
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_controller.cc79 // The angle which the screen has to be rotated past before the display will
208 update.has(ui::ACCELEROMETER_SOURCE_ATTACHED_KEYBOARD) ?
211 float lid_magnitude = update.has(ui::ACCELEROMETER_SOURCE_SCREEN) ?
213 bool lid_stable = update.has(ui::ACCELEROMETER_SOURCE_SCREEN) &&
216 update.has(ui::ACCELEROMETER_SOURCE_ATTACHED_KEYBOARD) &&
311 // has fewer states to track.
364 // Don't rotate if the screen has not passed the threshold.
428 // Called after maximize mode has started, windows might still animate though.
433 // Called after maximize mode has ended, windows might still be returning to
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_postflight.sh51 # Create the PAM configuration unless it already exists and has been edited.
74 logger PAM config has local edits. Not updating.
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DFetchHeaderList.cpp108 bool FetchHeaderList::has(const String& name) const function in class:blink::FetchHeaderList
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set.cc203 return set->has (codepoint);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp103 bool GrGLExtensions::has(const char ext[]) const { function in class:GrGLExtensions
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFFont.h29 bool has(uint16_t glyphID) const;
110 /** Return true if this font has an encoding for the passed glyph id.
115 * font has more glyphs than can be encoded (like a type 1 font with more
128 * is new and has no other references.
195 // this will be a subset if the font has more than 255 glyphs.
/external/chromium_org/third_party/sqlite/src/test/
H A Dlock_common.tcl145 if {[sqlite3 -has-codec] && [info exists ::do_not_use_codec]==0} {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
H A Dgas-macho64.asm65 # Assumes that L0 is in third section, and has an address of 0x00000056
76 # Assumes that L0 is in third section, and has address of 0x00000056
/external/chromium_org/ui/webui/resources/css/
H A Dtree.css58 .tree-row[has-children=false] .expand-icon {
69 WebKit has a bug with attribute selectors so we apply selected to the tree row
135 tree[icon-visibility=parent] .tree-row[has-children=false] > .tree-label {
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitAllocator.java118 if (!current.has(j)
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DBitIntSet.java45 * Ensures that the bit set has the capacity to represent the given value.
66 public boolean has(int value) { method in class:BitIntSet
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
H A DJsonMessageBuilder.java166 if (body.has(PAIRING_REQUEST_FIELD_CLIENT_NAME)) {
185 if (body.has(PAIRING_REQUEST_ACK_FIELD_SERVER_NAME)) {
208 if (body.has(OPTIONS_FIELD_INPUT_ENCODINGS)) {
223 if (body.has(OPTIONS_FIELD_OUTPUT_ENCODINGS)) {
/external/harfbuzz_ng/src/
H A Dhb-set.cc203 return set->has (codepoint);
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/
H A DTestDataFormatterLibcxxList.py63 self.runCmd("type summary add std::int_list std::string_list int_list string_list --summary-string \"list has ${svar%#} items\" -e")
67 substrs = ['list has 0 items',
71 substrs = ['list has 0 items',
75 substrs = ['list has 0 items',
81 substrs = ['list has 1 items',
88 substrs = ['list has 4 items',
101 substrs = ['list has 6 items',
113 substrs = ['list has 6 items',
133 substrs = ['list has 0 items',
139 substrs = ['list has
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/
H A DTestDataFormatterLibcxxVector.py169 self.runCmd("type summary add std::string_vect string_vect --summary-string \"vector has ${svar%#} items\" -e")
171 substrs = ['vector has 3 items',
177 substrs = ['vector has 3 items',
185 substrs = ['vector has 4 items'])
196 substrs = ['vector has 0 items'])
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
H A DTestDataFormatterStdVector.py181 self.runCmd("type summary add std::string_vect string_vect --summary-string \"vector has ${svar%#} items\" -e")
183 substrs = ['vector has 3 items',
189 substrs = ['vector has 3 items',
197 substrs = ['vector has 4 items'])
217 substrs = ['vector has 0 items'])
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml59 * has a body, don't allow redefinition or reextern. *)
61 (* If 'f' already has a body, reject this. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml59 * has a body, don't allow redefinition or reextern. *)
61 (* If 'f' already has a body, reject this. *)
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c688 printf("Joystick has button: 0x%x\n", i);
698 printf("Joystick has button: 0x%x\n", i);
717 printf("Joystick has absolute axis: %x\n", i);
744 printf("Joystick has hat %d\n",(i-ABS_HAT0X)/2);
/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp103 bool GrGLExtensions::has(const char ext[]) const { function in class:GrGLExtensions
/external/skia/src/pdf/
H A DSkPDFFont.h29 bool has(uint16_t glyphID) const;
110 /** Return true if this font has an encoding for the passed glyph id.
115 * font has more glyphs than can be encoded (like a type 1 font with more
128 * is new and has no other references.
195 // this will be a subset if the font has more than 255 glyphs.
/external/valgrind/main/drd/tests/
H A Dannotate_rwlock.c23 has built-in functions for atomic memory access.
/external/valgrind/main/helgrind/tests/
H A Dannotate_rwlock.c33 has built-in functions for atomic memory access.

Completed in 8107 milliseconds

1234567891011>>