HomeSort by relevance Sort by last modified time
    Searched full:modifiers (Results 401 - 425 of 1309) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ar.1 214 If no modifiers are used with \f(CW\*(C`m\*(C'\fR, any members you name in the
216 you can use the \fBa\fR, \fBb\fR, or \fBi\fR modifiers to move them to a
231 The modifiers \fBa\fR, \fBb\fR, and \fBi\fR do \fInot\fR affect this
254 use one of the modifiers \fBa\fR, \fBb\fR, or \fBi\fR to request
293 A number of modifiers (\fImod\fR) may immediately follow the \fIp\fR
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ar.1 214 If no modifiers are used with \f(CW\*(C`m\*(C'\fR, any members you name in the
216 you can use the \fBa\fR, \fBb\fR, or \fBi\fR modifiers to move them to a
231 The modifiers \fBa\fR, \fBb\fR, and \fBi\fR do \fInot\fR affect this
254 use one of the modifiers \fBa\fR, \fBb\fR, or \fBi\fR to request
293 A number of modifiers (\fImod\fR) may immediately follow the \fIp\fR
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/
arm-eabi-ar.1 214 If no modifiers are used with \f(CW\*(C`m\*(C'\fR, any members you name in the
216 you can use the \fBa\fR, \fBb\fR, or \fBi\fR modifiers to move them to a
231 The modifiers \fBa\fR, \fBb\fR, and \fBi\fR do \fInot\fR affect this
254 use one of the modifiers \fBa\fR, \fBb\fR, or \fBi\fR to request
293 A number of modifiers (\fImod\fR) may immediately follow the \fIp\fR
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/
arm-linux-androideabi-ar.1 214 If no modifiers are used with \f(CW\*(C`m\*(C'\fR, any members you name in the
216 you can use the \fBa\fR, \fBb\fR, or \fBi\fR modifiers to move them to a
231 The modifiers \fBa\fR, \fBb\fR, and \fBi\fR do \fInot\fR affect this
254 use one of the modifiers \fBa\fR, \fBb\fR, or \fBi\fR to request
293 A number of modifiers (\fImod\fR) may immediately follow the \fIp\fR
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 119 * modifiers or variableModifiers, as appropriate.
356 "modifiers", "synpred184_Java", "synpred168_Java", "synpred48_Java",
1252 public final void modifiers() throws RecognitionException { method in class:JavaParser
1632 modifiers(); method
2048 modifiers(); method
2680 modifiers(); method
3360 modifiers(); method
3527 modifiers(); method
3794 modifiers(); method
4128 modifiers(); method
4342 modifiers(); method
6584 modifiers(); method
6872 modifiers(); method
13206 modifiers(); method
13257 modifiers(); method
13318 modifiers(); method
13369 modifiers(); method
13422 modifiers(); method
13577 modifiers(); method
13726 modifiers(); method
14102 modifiers(); method
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
AndroidTranslator.java 97 int modifiers = ctClass.getModifiers(); local
98 if (Modifier.isFinal(modifiers)) {
99 ctClass.setModifiers(modifiers & ~Modifier.FINAL);
  /frameworks/base/core/java/com/android/internal/os/
RuntimeInit.java 214 int modifiers = m.getModifiers(); local
215 if (! (Modifier.isStatic(modifiers) && Modifier.isPublic(modifiers))) {
  /libcore/libart/src/main/java/java/lang/reflect/
Method.java 93 * Returns the modifiers for this method. The {@link Modifier} class should
96 * @return the modifiers for this method
378 * <li>modifiers (if any)
Constructor.java 64 * Returns the modifiers for this constructor. The {@link Modifier} class
294 * <li>modifiers (if any)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 98 int modifiers = mClass.getModifiers(); local
99 return Modifier.isAbstract(modifiers) == false && Modifier.isPublic(modifiers) == true;
  /external/proguard/docs/manual/
ant.html 177 <dd>Allow the access modifiers of classes and class members to be modified,
324 <a href="#keepmodifier"><i>modifiers</i></a>
332 <a href="#keepmodifier"><i>modifiers</i></a>
341 <a href="#keepmodifier"><i>modifiers</i></a>
538 <dd>The optional access modifiers of the class. Any space-separated list of
583 <dd>The optional access modifiers of the class. Any space-separated list of
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
ant.html 187 <dd>Allow the access modifiers of classes and class members to be modified,
339 <a href="#keepmodifier"><i>modifiers</i></a>
347 <a href="#keepmodifier"><i>modifiers</i></a>
356 <a href="#keepmodifier"><i>modifiers</i></a>
550 <dd>The optional access modifiers of the class. Any space-separated list of
602 <dd>The optional access modifiers of the class. Any space-separated list of
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 266 // Posts a WM_KEYDOWN and WM_KEYUP message to the renderer window. Modifiers are
274 // Posts WM_KEYDOWN and WM_KEYUP messages to the renderer window. Modifiers are
  /external/chromium_org/chromeos/ime/
xkeyboard.cc 245 DVLOG(1) << "Cannot get locked modifiers. Num Lock mask unknown.";
265 DVLOG(1) << "Cannot set locked modifiers. Num Lock mask unknown.";
  /external/chromium_org/gpu/config/
gpu_test_expectations_parser.cc 120 "entry invalid, likely wrong modifiers combination",
296 // MODIFIERS, could be in any order, need at least one.
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 164 PP_InputEvent_Modifier modifiers = local
173 if (modifiers & PP_INPUTEVENT_MODIFIER_LEFTBUTTONDOWN) {
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 168 PP_InputEvent_Modifier modifiers = local
177 if (modifiers & PP_INPUTEVENT_MODIFIER_LEFTBUTTONDOWN) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 301 /* SVGA3D destination modifiers */
329 /* SVGA3D source modifiers */
  /external/chromium_org/ui/webui/resources/js/cr/ui/
command.js 57 // All keyboard modifiers needs to match.
118 * well as optional key modifiers joinded with a '-'.
  /external/llvm/lib/IR/
InlineAsm.cpp 116 // Parse the modifiers.
142 if (I == E) return true; // Just prefixes and modifiers!
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 49 /// Implements the 'w' and 'x' inline asm operand modifiers, which print a GPR
206 // FIXME note: these three operand modifiers will require, to some extent,
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 219 /// all the instruction modifiers initialized to their default values.
223 /// \returns a MachineInstr with all the instruction modifiers initialized
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 301 /* SVGA3D destination modifiers */
329 /* SVGA3D source modifiers */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
unique_ptr.h 187 // Modifiers.
329 // Modifiers.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
unique_ptr.h 187 // Modifiers.
329 // Modifiers.

Completed in 5009 milliseconds

<<11121314151617181920>>