/frameworks/native/cmds/dumpstate/ |
Android.mk | 19 LOCAL_CFLAGS += -Wall -Wno-unused-parameter -std=gnu99
|
/libcore/luni/src/main/java/java/security/spec/ |
ECPrivateKeySpec.java | 33 * {@code S} and parameter specification. 38 * the domain parameter specification. 53 * Returns the domain parameter specification. 55 * @return the domain parameter specification.
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
template1.cpp | 1 // Test whether exception specifier dependent on template parameter
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
template1.cpp | 1 // Test whether exception specifier dependent on template parameter
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_ah.h | 6 u_int32_t spis[2]; /* Security Parameter Index */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_ah.h | 6 u_int32_t spis[2]; /* Security Parameter Index */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_ah.h | 6 u_int32_t spis[2]; /* Security Parameter Index */
|
/sdk/templates/other/Notification/ |
template.xml | 13 <parameter 21 <parameter 31 </parameter> 33 <parameter
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 37 Pass-through - the caller's formal parameter is passed as an actual 48 parameter to which the function refers. It is mainly intended to represent 54 parameter or can apply one simple binary operation to it (such jump 81 /* If an operation is to be performed on the original parameter, this is the 84 /* Number of the caller's formal parameter being passed. */ 88 arithmetic operation where the caller's parameter is the first operand and 102 /* Number of the caller's formal parameter being passed. */ 159 /* Structure describing a single formal parameter. */ 164 /* PARAM_DECL of this parameter. */ 170 /* The parameter is used. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 37 Pass-through - the caller's formal parameter is passed as an actual 48 parameter to which the function refers. It is mainly intended to represent 54 parameter or can apply one simple binary operation to it (such jump 81 /* If an operation is to be performed on the original parameter, this is the 84 /* Number of the caller's formal parameter being passed. */ 88 arithmetic operation where the caller's parameter is the first operand and 102 /* Number of the caller's formal parameter being passed. */ 159 /* Structure describing a single formal parameter. */ 164 /* PARAM_DECL of this parameter. */ 170 /* The parameter is used. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 37 Pass-through - the caller's formal parameter is passed as an actual 48 parameter to which the function refers. It is mainly intended to represent 54 parameter or can apply one simple binary operation to it (such jump 81 /* If an operation is to be performed on the original parameter, this is the 84 /* Number of the caller's formal parameter being passed. */ 88 arithmetic operation where the caller's parameter is the first operand and 102 /* Number of the caller's formal parameter being passed. */ 159 /* Structure describing a single formal parameter. */ 164 /* PARAM_DECL of this parameter. */ 170 /* The parameter is used. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-prop.h | 37 Pass-through - the caller's formal parameter is passed as an actual 48 parameter to which the function refers. It is mainly intended to represent 54 parameter or can apply one simple binary operation to it (such jump 81 /* If an operation is to be performed on the original parameter, this is the 84 /* Number of the caller's formal parameter being passed. */ 88 arithmetic operation where the caller's parameter is the first operand and 102 /* Number of the caller's formal parameter being passed. */ 159 /* Structure describing a single formal parameter. */ 164 /* PARAM_DECL of this parameter. */ 170 /* The parameter is used. * [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateMetadata.java | 72 private final List<Parameter> mParameters; 73 private final Map<String, Parameter> mParameterMap; 85 mParameters = new ArrayList<Parameter>(parameters.getLength()); 86 mParameterMap = new HashMap<String, Parameter>(parameters.getLength()); 89 Parameter parameter = new Parameter(this, element); local 90 mParameters.add(parameter); 91 if (parameter.id != null) { 92 mParameterMap.put(parameter.id, parameter) 345 Parameter parameter = mParameterMap.get(attribute.getName()); local [all...] |
/cts/tests/tests/net/src/android/net/cts/ |
UrlQuerySanitizer_ParameterValuePairTest.java | 25 final String parameter = "name"; local 29 ParameterValuePair parameterValuePair = uqs.new ParameterValuePair(parameter, vaule); 30 assertEquals(parameter, parameterValuePair.mParameter);
|
/external/bison/lib/ |
msvc-nothrow.h | 1 /* Wrappers that don't throw invalid parameter notifications 21 /* With MSVC runtime libraries with the "invalid parameter handler" concept, 25 This file defines wrappers that turn such an invalid parameter notification
|
/external/ceres-solver/internal/ceres/ |
program.h | 50 // between (residual, parameter) pairs and a position in the jacobian of the 60 // The ordered parameter and residual blocks for the program. 68 // NOTE: Setting the state of a parameter block can trigger the 71 // false and the state of the parameter blocks cannot be trusted. 78 // Set the parameter block pointers to the user pointers. Since this 79 // runs parameter block set state internally, which may call local 88 // Set the parameter indices and offsets. This permits mapping backward 90 // any parameter block p, after calling SetParameterOffsetsAndIndex(), it 95 // If a parameter appears in a residual but not in the parameter block, the [all...] |
/external/chromium/base/ |
bind_internal_win.h | 43 // Target type for each bound parameter. 52 // Target type for each bound parameter. 61 // Target type for each bound parameter. 71 // Target type for each bound parameter. 81 // Target type for each bound parameter. 92 // Target type for each bound parameter. 103 // Target type for each bound parameter. 115 // Target type for each bound parameter. 128 // Target type for each bound parameter. 142 // Target type for each bound parameter [all...] |
/external/chromium/chrome/browser/search_engines/ |
template_url_parser.h | 21 // Invoked for each parameter of the template URL while parsing. If this 22 // methods returns false, the parameter is not included. 34 // we remove any parameter identifying that browser. If set to NULL, the URL
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
scripting.sdef | 73 <direct-parameter description="the object to save, usually a document or window" type="specifier"/> 74 <parameter name="in" code="kfil" description="The file in which to save the object." type="file" optional="yes"> 76 </parameter> 77 <parameter name="as" code="fltp" description="The file type in which to save the data. Can be 'only html' or 'complete html', default is 'complete html'." type="text" optional="yes"> 79 </parameter> 87 <direct-parameter description="The file(s) to be opened."> 89 </direct-parameter> 93 <direct-parameter description="the document(s) or window(s) to close." type="specifier"/> 100 <direct-parameter description="the object whose elements are to be counted" type="specifier"/> 101 <parameter name="each" code="kocl" description="The class of objects to be counted." type="type" optional="ye (…) [all...] |
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/basic.stc.dynamic.allocation/ |
p1.cpp | 19 void *operator new(); // expected-error {{'operator new' must have at least one parameter}} 27 void *operator new(size_t = 0); // expected-error {{parameter of 'operator new' cannot have a default argument}} 39 template<typename T> void *operator new(T, int); // expected-error {{'operator new' cannot take a dependent type as first parameter; use size_t}}
|
/external/clang/test/CXX/over/over.load/ |
p2-0x.cpp | 4 // parameter-type-list as well as mem- ber function template 5 // declarations with the same name, the same parameter-type-list, and 6 // the same template parameter lists cannot be overloaded if any of
|
/external/clang/test/Sema/ |
block-args.c | 10 int x){}); // expected-error {{redefinition of parameter 'x'}} 34 ^(int, double d, char) {}(1, 1.34, 'a'); // expected-error {{parameter name omitted}} \ 35 // expected-error {{parameter name omitted}}
|
warn-unused-parameters.c | 1 // RUN: %clang_cc1 -fblocks -fsyntax-only -Wunused-parameter %s 2>&1 | FileCheck %s 20 // CHECK: 5:12: warning: unused parameter 'y' 21 // CHECK: 12:15: warning: unused parameter 'y'
|
/external/clang/test/SemaCXX/ |
warn-unused-parameters.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -Wunused-parameter -verify -std=c++11 %s 14 template<typename T> T X<T>::f2(T x) { return T(); } // expected-warning{{unused parameter 'x'}} 17 template<typename T> template<typename U> U X<T>::f5(U x) { return U(); } // expected-warning{{unused parameter 'x'}}
|
/external/clang/test/SemaObjC/ |
qualified-protocol-method-conflicts.m | 18 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}} 26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'int' vs 'float'}} 37 -(void) setX: (int) arg0 { } // expected-warning {{conflicting parameter types in declaration of 'setX:': 'float' vs 'int'}}
|