HomeSort by relevance Sort by last modified time
    Searched full:specify (Results 1 - 25 of 6490) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/templates/private/
callback.html 4 If you specify the <em>{{name}}</em> parameter, it should
5 specify a function that looks like this:
7 The <em>{{name}}</em> parameter should specify a function
  /external/clang/test/SemaCXX/
static-data-member.cpp 13 extern double ABC::b = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
15 __private_extern__ double ABC::d = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
16 auto double ABC::e = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
17 register double ABC::f = 1.0; // expected-error {{static data member definition cannot specify a storage class}}
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/x86_64/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/x86_64/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/mips-r2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/mips-r2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /device/samsung/manta/
fstab.smdk5250 4 # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
app.html 5 to specify the app's background scripts.
7 to specify the URLs that the app uses.
  /external/chromium_org/ui/ozone/
ozone_switches.cc 9 // Specify ozone platform implementation to use.
12 // Specify location for image dumps.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt 8 android:launchMode : Specify how an activity should be launched. [enum]
9 android:screenOrientation : Specify the orientation an activity should be run in. [enum]
10 android:configChanges : Specify one or more configuration changes that the activity will handle itself. [flag]
11 android:permission : Specify a permission that a client is required to have in order to use the associated object. [string]
12 android:multiprocess : Specify whether a component is allowed to have multiple instances of itself running in different processes. [boolean]
13 android:process : Specify a specific process that the associated code is to run in. [string]
14 android:taskAffinity : Specify a task name that activities have an "affinity" to. [string]
15 android:allowTaskReparenting : Specify that an activity can be moved out of a task it is in to the task it has an affinity for when appropriate. [boolean]
16 android:finishOnTaskLaunch : Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. [boolean]
17 android:finishOnCloseSystemDialogs : Specify whether an activity should be finished when a "close system windows" request has been made. [boo (…)
    [all...]

Completed in 816 milliseconds

1 2 3 4 5 6 7 8 91011>>