HomeSort by relevance Sort by last modified time
    Searched full:hidden (Results 1426 - 1450 of 7805) sorted by null

<<51525354555657585960>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-cris/
locref1.d 7 # Referencing a "normal" (non-hidden) symbol with a local-only PIC
locref2.d 7 # Referencing an undefined weak (non-hidden) symbol with a local-only
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
copyreloc-main.S 17 .hidden __x86.get_pc_thunk.ax
got1a.S 26 .hidden __x86.get_pc_thunk.cx
ifunc-1c.S 21 .hidden __x86.get_pc_thunk.ax
pr21168b.S 24 .hidden __x86.get_pc_thunk.ax
tlsnopic1.s 31 /* @indntpoff IE against hidden var */
37 /* @indntpoff direct %gs access IE against hidden var */
77 /* LE @ntpoff, hidden var, non-canonical sequence */
101 /* LE @ntpoff, hidden var */
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
export-class-ref-f0.s 7 .hidden f1
pic-and-nonpic-3b.ld 30 HIDDEN (_gp = . + 0x7ff0);
pic-and-nonpic-4b.ld 25 HIDDEN (_gp = . + 0x7ff0);
pic-and-nonpic-5b.ld 30 HIDDEN (_gp = . + 0x7ff0);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
tlsbin.s 50 /* IE -> LE against hidden but not local var */
56 /* direct %fs access IE -> LE against hidden but not local var */
76 /* LE, hidden var defined in exec, non-canonical sequence */
92 /* LE, hidden var defined in exec */
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-xtensa/
tlsbin.s 4 .hidden sh1, sh2, sh3, sh4, sh5, sh6, sh7, sh8
58 /* GD -> LE with hidden variable defined in executable */
72 /* LD -> LE against hidden variables */
93 /* IE -> LE against hidden var */
  /tools/metalava/src/main/java/com/android/tools/metalava/
DocLevel.kt 25 HIDDEN
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestLexer.java 50 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
64 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
71 // this must set channel of A to HIDDEN. $channel is local to rule
78 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
91 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
105 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
119 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
132 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
144 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
156 "WS : (' '|'\\n') {$channel=HIDDEN;} ;";
    [all...]
  /external/doclava/src/com/google/doclava/
Errors.java 105 if (error.getLevel() == HIDDEN) {
149 public static final int HIDDEN = 0;
232 * <li>{@link #HIDDEN}
275 public static final Error CHANGED_NATIVE = new Error(22, HIDDEN);
291 public static final Error UNDOCUMENTED_PARAMETER = new Error(105, HIDDEN); // LINT
293 public static final Error BAD_INHERITDOC = new Error(107, HIDDEN); // LINT
298 public static final Error DEPRECATED = new Error(112, HIDDEN);
302 public static final Error NO_SINCE_DATA = new Error(116, HIDDEN);
309 public static final Error NULLABLE = new Error(123, HIDDEN); // LINT
310 public static final Error INT_DEF = new Error(124, HIDDEN); // LIN
    [all...]
  /system/keymaster/key_blob_utils/
software_keyblobs.cpp 81 AuthorizationSet* hidden,
85 hidden->push_back(TAG_APPLICATION_ID, entry.data, entry.data_length);
87 hidden->push_back(TAG_APPLICATION_DATA, entry.data, entry.data_length);
89 hidden->push_back(TAG_ROOT_OF_TRUST, root_of_trust);
91 return TranslateAuthorizationSetError(hidden->is_valid());
244 const AuthorizationSet& hidden,
258 return OcbDecryptKey(*hw_enforced, *sw_enforced, hidden, MASTER_KEY, encrypted_key_material,
281 // These are hidden.
333 AuthorizationSet hidden;
334 auto error = BuildHiddenAuthorizations(upgrade_params, &hidden, softwareRootOfTrust)
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/
WifiBaseTest.py 46 hidden=False,
78 if hidden:
117 hidden=False,
137 if hidden:
208 hidden=False,
223 networks_dict = self.get_wpa2_network(hidden=hidden,
231 networks_dict = self.get_open_network(hidden=hidden,
264 hidden=True
    [all...]
  /art/tools/veridex/
hidden_api_finder.h 34 * Reports potential uses of hidden APIs from static linking and reflection.
41 // hidden API uses.
precise_hidden_api_finder.h 35 * Reports known uses of hidden APIs from reflection.
42 // hidden API uses.
  /cts/tests/autofillservice/res/layout/
three_horizontal_text_fields_last_two_invisible.xml 33 android:text="2ND, Y U NO HIDDEN?"
39 android:text="3RD, Y U NO HIDDEN?"
  /cts/tests/tests/view/res/menu/
visible_shortcut.xml 24 android:title="Hidden"
32 android:title="Hidden by group"
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsRecyclerView.java 26 * is displayed when the adapter has no data and hidden otherwise).
53 * data this view will be made visible and the recycler view hidden.
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsRecyclerView.java 26 * is displayed when the adapter has no data and hidden otherwise).
53 * data this view will be made visible and the recycler view hidden.
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
AttractionsRecyclerView.java 26 * is displayed when the adapter has no data and hidden otherwise).
53 * data this view will be made visible and the recycler view hidden.

Completed in 1348 milliseconds

<<51525354555657585960>>