OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:specify
(Results
1 - 25
of
4616
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/generic/goldfish/
fstab.goldfish
4
#
specify
MF_CHECK, and must come before any filesystems that do
specify
MF_CHECK
/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
/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
...]
drawable2-expected-completion52.txt
4
<padding /> : Used to
specify
the optional padding of a GradientDrawable.
5
<size /> : Used to
specify
the size of the shape for GradientDrawable.
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p2-cxx0x.cpp
4
const auto b() -> int; // expected-error {{function with trailing return type must
specify
return type 'auto', not 'auto const'}}
5
auto *c() -> int; // expected-error {{function with trailing return type must
specify
return type 'auto', not 'auto *'}}
/external/clang/test/CXX/class/class.friend/
p2.cpp
8
friend B0; // expected-warning {{
specify
'struct' to befriend 'B0'}}
Completed in 385 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>