OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:naming
(Results
1 - 25
of
1241
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/
.clang-tidy
1
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-
naming
'
3
- key: readability-identifier-
naming
.ClassCase
5
- key: readability-identifier-
naming
.EnumCase
7
- key: readability-identifier-
naming
.FunctionCase
9
- key: readability-identifier-
naming
.UnionCase
11
- key: readability-identifier-
naming
.VariableCase
/external/autotest/client/site_tests/
README
7
naming
conventions.
/external/autotest/server/site_tests/
README
7
naming
conventions.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
undefined.d
3
# use a different
naming
convention for local labels.
undefined_coff.d
3
# use a different
naming
convention for local labels.
/external/clang/test/SemaObjC/
arc-decls.m
57
@property (retain) id newFoo; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
58
@property (strong) id copyBar; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-copyBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
59
@property (copy) id allocBaz; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-allocBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
61
@property (retain) id newDFoo; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-newDFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
62
@property (strong) id copyDBar; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-copyDBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
63
@property (copy) id allocDBaz; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-allocDBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
80
@property (retain) id newFoo; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}}
85
@property (retain) id newBar; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}}
87
@property (retain) id newBaz; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note {{explicitly declare getter '-newBaz' with 'OBJC_METHOD_FAMILY_NONE' to return an 'unowned' object}}
90
@property (retain, readonly) id newGarply; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} expected-note {{explicitly declare getter '-newGarply' (…)
[
all
...]
/external/guice/extensions/jndi/src/com/google/inject/jndi/
JndiIntegration.java
22
import javax.
naming
.Context;
23
import javax.
naming
.NamingException;
27
* {@link javax.
naming
.Context}.
/hardware/bsp/intel/peripheral/libupm/docs/
naming.md
0
Naming
a module {#
naming
}
4
UPM attempts to follow a clear
naming
pattern. Modules should be sensibly named
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.3.zip
/external/guice/core/test/com/google/inject/example/
JndiProvider.java
22
import javax.
naming
.Context;
23
import javax.
naming
.NamingException;
JndiProviderClient.java
26
import javax.
naming
.Context;
27
import javax.
naming
.InitialContext;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se15_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.5.zip
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.javase16_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JavaSE-1.6.zip
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p3.cpp
6
//
naming
a pointer-to-member.
/external/clang/test/Modules/
crashes.m
11
@property (assign) id newFile; // expected-error {{property follows Cocoa
naming
convention for returning 'owned' objects}} \
/external/llvm/test/ExecutionEngine/
lit.local.cfg
4
# CMake and autoconf diverge in
naming
or host_arch
/external/testng/src/test/java/test/inheritance/
DChild_2.java
9
* order. The funny
naming
is to make sure that the class names do not
/hardware/libhardware/modules/
README.android
7
Modules are .so in /system/libs/hw/ and have a well defined
naming
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion17.txt
3
package : This attribute gives a unique name for the package, using a Java-style
naming
convention to avoid name collisions. For example, applications published by Google could have names of the form com.google.app.appname
/system/media/audio_utils/private/
private.h
29
* The
naming
follows the ARM NEON convention.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se14_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.4.zip
/build/tools/releasetools/
pylintrc
159
# Colon-delimited sets of names that determine each other's
naming
style when
163
# Include a hint for the correct
naming
format with invalid-name
164
include-
naming
-hint=no
169
#
Naming
hint for function names
175
#
Naming
hint for variable names
181
#
Naming
hint for constant names
187
#
Naming
hint for attribute names
193
#
Naming
hint for argument names
199
#
Naming
hint for class attribute names
205
#
Naming
hint for inline iteration name
[
all
...]
/external/guava/guava/src/com/google/common/base/
CaseFormat.java
38
* Hyphenated variable
naming
convention, e.g., "lower-hyphen".
56
* C++ variable
naming
convention, e.g., "lower_underscore".
74
* Java variable
naming
convention, e.g., "lowerCamel".
83
* Java and C++ class
naming
convention, e.g., "UpperCamel".
92
* Java and C++ constant
naming
convention, e.g., "UPPER_UNDERSCORE".
/external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
naming.py
15
"""Additional help about gsutil object and bucket
naming
."""
28
Bucket names must conform to standard DNS
naming
conventions. This is
30
redirect. In addition to meeting DNS
naming
requirements, Google Cloud
31
Storage imposes other requirements on bucket
naming
. At a minimum, your
58
We strongly recommend that you abide by the following object
naming
175
"""Additional help about gsutil object and bucket
naming
."""
179
help_name='
naming
',
182
help_one_line_summary='Object and Bucket
Naming
',
/external/llvm/test/CodeGen/AMDGPU/
README
12
- For all other tests, use your best judgement for organizing tests and
naming
16
|
Naming
conventions |
Completed in 1310 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>