HomeSort by relevance Sort by last modified time
    Searched refs:NONE (Results 1 - 25 of 711) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/easymock/src/org/easymock/
CaptureType.java 27 NONE,
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapElementTest.java 28 /** Test for {@link ImapElement#NONE} */
30 assertFalse(ImapElement.NONE.isList());
31 assertFalse(ImapElement.NONE.isString());
33 assertTrue(ImapElement.NONE.equalsForTest(ImapElement.NONE));
34 assertFalse(ImapElement.NONE.equalsForTest(null));
35 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.STRING_1));
36 assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.LIST_1));
  /external/wpa_supplicant_6/wpa_supplicant/examples/
plaintext.conf 7 key_mgmt=NONE
wep.conf 7 key_mgmt=NONE
  /external/wpa_supplicant_8/wpa_supplicant/examples/
plaintext.conf 7 key_mgmt=NONE
wep.conf 7 key_mgmt=NONE
  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 42 InstructionCodec.FORMAT_00X, IndexType.NONE);
49 IndexType.NONE);
54 IndexType.NONE);
59 IndexType.NONE);
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
84 InstructionCodec.FORMAT_22X, IndexType.NONE);
    [all...]
IndexType.java 27 NONE,
  /external/chromium/chrome/common/
translate_errors.h 14 NONE = 0,
  /external/dexmaker/src/dx/java/com/android/dx/io/
IndexType.java 27 NONE,
OpcodeInfo.java 42 InstructionCodec.FORMAT_00X, IndexType.NONE);
49 IndexType.NONE);
54 IndexType.NONE);
59 IndexType.NONE);
64 InstructionCodec.FORMAT_10X, IndexType.NONE);
68 InstructionCodec.FORMAT_12X, IndexType.NONE);
72 InstructionCodec.FORMAT_22X, IndexType.NONE);
76 InstructionCodec.FORMAT_32X, IndexType.NONE);
80 InstructionCodec.FORMAT_12X, IndexType.NONE);
84 InstructionCodec.FORMAT_22X, IndexType.NONE);
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap1.c 16 use "NONE", since V treats any executable/.so which lacks a soname
17 as if its soname was "NONE". */
18 void I_WRAP_SONAME_FNNAME_ZU(NONE,actual) ( void )
wrap3.c 25 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact1) ( int n )
36 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact2) ( int n )
wrap4.c 29 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact1) ( int n )
41 int I_WRAP_SONAME_FNNAME_ZU(NONE,fact2) ( int n )
  /cts/tests/src/android/view/cts/
WindowStubActivity.java 42 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Quit").setShortcut('1', 'q');
43 menu.add(Menu.NONE, Menu.NONE, Menu.NONE, "Action").setShortcut('2', 'a');
  /external/chromium/net/base/
net_log_source_type_list.h 9 SOURCE_TYPE(NONE, 0)
  /external/proguard/src/proguard/optimize/peephole/
BranchTargetFinder.java 51 public static final int NONE = -2;
192 return subroutineStarts[offset] != NONE;
232 return initializationOffsets[offset] != NONE;
239 * <code>NONE</code> if it is not being created.
253 return superInitializationOffset != NONE;
259 * the "super" or "this" initializer method, or <code>NONE</code> if it is
275 return creationOffsets[offset] != NONE;
283 * "this" initializer method, , or <code>NONE</code> if it is not a 'new'
317 subroutineStarts[index] = NONE;
318 subroutineEnds[index] = NONE;
    [all...]
  /external/chromium/chrome/browser/importer/
importer_data_types.h 21 NONE = 0,
  /external/chromium/chrome/browser/ui/views/bubble/
bubble_border.h 32 NONE = 8, // No arrow. Positioned under the supplied rect.
59 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 1);
63 return loc >= NONE ? loc : static_cast<ArrowLocation>(loc ^ 2);
67 return loc >= NONE ? false : true;
71 return loc >= NONE ? false : !(loc & 1);
75 return loc >= NONE ? false : !(loc & 2);
79 return loc >= NONE ? false : !(loc & 4);
83 // not also set the arrow location to something other than NONE.
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 186 None of these functions are called directly - they are not meant to
    [all...]
  /external/oprofile/libop/
op_xml_events.c 30 close_xml_element(NONE, 1, buffer, MAX_BUFFER);
34 close_xml_element(NONE, 0, buffer, MAX_BUFFER);
81 close_xml_element(NONE, 1, buffer, MAX_BUFFER);
97 close_xml_element(NONE, 1, buffer, MAX_BUFFER);
106 close_xml_element(NONE, 0, buffer, MAX_BUFFER);
110 close_xml_element(has_nested ? HELP_EVENT : NONE, has_nested,
  /external/webkit/Source/WebCore/html/
HTMLNoScriptElement.cpp 49 // If no need to process <noscript>, we hide it by setting display:none temporarily
52 renderer()->style()->setDisplay(NONE);
64 if (style->display() == NONE) {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentContextMenu.java 60 menu.add(Menu.NONE, R.id.a_item, Menu.NONE, "Menu A");
61 menu.add(Menu.NONE, R.id.b_item, Menu.NONE, "Menu B");
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 61 menu.add(Menu.NONE, R.id.a_item, Menu.NONE, "Menu A");
62 menu.add(Menu.NONE, R.id.b_item, Menu.NONE, "Menu B");
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 25 NONE = 0, // HTTP/no URL/user is editing

Completed in 558 milliseconds

1 2 3 4 5 6 7 8 91011>>