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

1 2 3 4 5 6 7 8 9

  /frameworks/native/opengl/tools/glgen/src/
ParameterChecker.java 45 public String[] getChecks(String functionName) {
46 String[] checks = map.get(functionName);
48 (functionName.endsWith("fv") ||
49 functionName.endsWith("xv") ||
50 functionName.endsWith("iv"))) {
51 functionName = functionName.substring(0, functionName.length() - 2);
52 checks = map.get(functionName);
  /libcore/luni/src/main/java/libcore/io/
ErrnoException.java 28 private final String functionName;
31 public ErrnoException(String functionName, int errno) {
32 this.functionName = functionName;
36 public ErrnoException(String functionName, int errno, Throwable cause) {
38 this.functionName = functionName;
53 return functionName + " failed: " + errnoName + " (" + description + ")";
GaiException.java 29 private final String functionName;
32 public GaiException(String functionName, int error) {
33 this.functionName = functionName;
37 public GaiException(String functionName, int error, Throwable cause) {
39 this.functionName = functionName;
54 return functionName + " failed: " + gaiName + " (" + description + ")";
  /external/chromium_org/chrome/renderer/resources/extensions/
storage_area.js 24 function bindApiFunction(functionName) {
25 self[functionName] = function() {
26 var funSchema = this.functionSchemas[functionName];
30 'storage.' + functionName,
sync_file_system_custom_bindings.js 17 function bindFileEntryFunction(functionName) {
19 functionName, function(entry, callback) {
27 function bindFileEntryArrayFunction(functionName) {
29 functionName, function(entries, callback) {
40 function bindFileSystemFunction(functionName) {
42 functionName, function(filesystem, callback) {
file_system_custom_bindings.js 26 var bindFileEntryCallback = function(functionName, apiFunctions) {
27 apiFunctions.setCustomCallback(functionName,
71 'fileSystem.' + functionName,
80 lastError.run('fileSystem.' + functionName,
105 function bindFileEntryFunction(functionName) {
107 functionName, function(fileEntry, callback) {
117 function(functionName) {
118 bindFileEntryCallback(functionName, apiFunctions);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 672 bool validateLocationLength(const char* functionName, const String&);
676 bool validateSize(const char* functionName, GC3Dint x, GC3Dint y);
680 bool validateString(const char* functionName, const String&);
685 WebGLTexture* validateTextureBinding(const char* functionName, GC3Denum target, bool useSixEnumsForCubeMap);
689 bool validateTexFuncFormatAndType(const char* functionName, GC3Denum format, GC3Denum type, GC3Dint level);
693 bool validateTexFuncLevel(const char* functionName, GC3Denum target, GC3Dint level);
710 bool validateTexFunc(const char* functionName, TexFuncValidationFunctionType, TexFuncValidationSourceType, GC3Denum target, GC3Dint level, GC3Denum internalformat, GC3Dsizei width,
715 bool validateTexFuncParameters(const char* functionName,
730 bool validateTexFuncData(const char* functionName, GC3Dint level,
    [all...]
WebGLRenderingContext.cpp     [all...]
  /external/chromium_org/tools/cygprofile/
patch_orderfile.py 70 functionName = line.replace('.text.', '').split('.clone.')[0].strip()
71 profiled_list.append (functionName)
81 functionName = line.split()[3]
83 functionName = line.split()[2]
84 functionName = functionName.split('.clone.')[0]
87 functionAddressMap[functionName].append(functionAddress)
89 functionAddressMap[functionName] = [functionAddress]
90 functions.append(functionName)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2374.js 28 var msg = '{"result":{"profile":{"head":{"functionName":"(root)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":0,"numberOfCalls":0,"visible":true,"callUID":2771605942,"children":[{"functionName":"(program)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":495.7243772462511,"numberOfCalls":0,"visible":true,"callUID":1902715303,"children":[]}]},"bottomUpHead":{"functionName":"(root)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":0,"numberOfCalls":0,"visible":true,"callUID":2771605942,"children":[{"functionName":"(program)","url":"","lineNumber":0,"totalTime":495.7243772462511,"selfTime":495.7243772462511,"numberOfCalls":0,"visible":true,"callUID":1902715303,"children":[]}]}}},"id":41}';
  /external/llvm/include/llvm/DebugInfo/
DIContext.h 34 SmallString<16> FunctionName;
39 : FileName("<invalid>"), FunctionName("<invalid>"),
42 const SmallString<16> &functionName,
44 : FileName(fileName), FunctionName(functionName),
48 const char *getFunctionName() { return FunctionName.c_str(); }
55 FunctionName.equals(RHS.FunctionName);
89 FunctionName = 1 << 2
  /external/chromium_org/v8/test/webkit/
array-enumerators-functions.js 84 var functionName = functions[f];
86 if (arrays[a] === "largeEmptyArray" && functionName === "map")
88 if (currentFunc === returnIndex && functionName === "reduceRight")
90 shouldBe("count=0;lastIndex=-1;copyArray("+arrays[a]+")."+functionName+"(forwarders[f], "+testFunctions[t]+", 0)",
91 "count=0;lastIndex=-1;Array.prototype."+functionName+".call(toObject("+arrays[a]+"), forwarders[f], "+testFunctions[t]+", 0)");
100 var functionName = functions[f];
102 if (arrays[a] === "largeEmptyArray" && functionName === "map")
104 if (currentFunc === returnIndex && functionName === "reduceRight")
106 shouldBe("count=0;lastIndex=-1;copyArray("+arrays[a]+")."+functionName+"(forwarders[f], "+testFunctions[t]+", 0)",
107 "count=0;lastIndex=-1;Array.prototype."+functionName+".call(toUnorderedObject("+arrays[a]+"), forwarders[f], "+testFunctions[t]+", 0)")
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
console-300-lines.html 32 "functionName":"makeConsoleEvents",
38 "functionName":"",
performance-test.js 100 InspectorTest.measureFunction = function(object, functionName)
106 cookie = timer.start(functionName);
113 var func = object[functionName];
114 object[functionName] = measure;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptCanvasModule.cpp 74 ScriptObject InjectedScriptCanvasModule::callWrapContextFunction(const String& functionName, const ScriptObject& context)
76 ScriptFunctionCall function(injectedScriptObject(), functionName);
105 void InjectedScriptCanvasModule::callStartCapturingFunction(const String& functionName, ErrorString* errorString, TraceLogId* traceLogId)
107 ScriptFunctionCall function(injectedScriptObject(), functionName);
111 *errorString = "Internal error: " + functionName;
124 void InjectedScriptCanvasModule::callVoidFunctionWithTraceLogIdArgument(const String& functionName, ErrorString* errorString, const TraceLogId& traceLogId)
126 ScriptFunctionCall function(injectedScriptObject(), functionName);
132 *errorString = "Internal error: " + functionName;
ScriptCallFrame.h 42 ScriptCallFrame(const String& functionName, const String& scriptName, unsigned lineNumber, unsigned column = 0);
45 const String& functionName() const { return m_functionName; }
  /external/qemu/android/utils/
assert.c 33 const char* functionName )
39 loc->function = functionName;
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFunctionResolver.java 50 * <p>If <code>functionName</code> or <code>arity</code> is <code>null</code>, then a <code>NullPointerException</code> is thrown.</p>
52 * @param functionName The function name.
55 * @return The function or <code>null</code> if no function named <code>functionName</code> with <code>arity</code> arguments exists.
57 * @throws NullPointerException If <code>functionName</code> or <code>arity</code> is <code>null</code>.
59 public XPathFunction resolveFunction(QName functionName, int arity);
  /cts/suite/audio_quality/test_description/
processing_main.py 81 self.functionName = self.readRaw(nameLen)
82 print "Processing function:", self.functionName
112 if not self.functionName in builtinFunctions:
113 mod = __import__(self.functionName)
114 output = getattr(mod, self.functionName)(inputData, inputTypes)
116 output = globals()[self.functionName](inputData, inputTypes)
142 " returned from funcion ", self.functionName
  /cts/suite/audio_quality/test/
SignalProcessingInterfaceTest.cpp 47 android::String8 functionName("echo");
81 ASSERT_TRUE(mSp->run( functionName,
91 android::String8 functionName("intsum");
104 ASSERT_TRUE(mSp->run( functionName,
116 android::String8 functionName("intsum");
129 ASSERT_TRUE(mSp->run( functionName,
134 ASSERT_TRUE(sp2->run( functionName,
143 android::String8 functionName("example");
189 ASSERT_TRUE(mSp->run( functionName,
  /external/clang/test/CodeGenObjC/
blocks-5.m 15 extern void DVT (volatile const void * object, volatile const void * selector, const char * functionName);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/
dromaeorunner.js 62 targetDelegateOf: function(functionName) {
64 DRT.targetWindow[functionName].apply(null, arguments);
  /external/llvm/tools/llvm-symbolizer/
LLVMSymbolize.cpp 38 Flags |= llvm::DILineInfoSpecifier::FunctionName;
116 std::string FunctionName;
119 FunctionName, Start, Size)) {
120 patchFunctionNameInDILineInfo(FunctionName, LineInfo);
143 std::string FunctionName;
146 FunctionName, Start, Size)) {
147 patchFunctionNameInDILineInfo(FunctionName, LineInfo);
312 std::string FunctionName = LineInfo.getFunctionName();
313 if (FunctionName == kDILineInfoBadString)
314 FunctionName = kBadString
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8LazyEventListener.h 51 static PassRefPtr<V8LazyEventListener> create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node)
53 return adoptRef(new V8LazyEventListener(functionName, eventParameterName, code, sourceURL, position, node));
62 V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition&, Node*);
  /libnativehelper/include/nativehelper/
JniConstants.h 96 #define NATIVE_METHOD(className, functionName, signature) \
97 { #functionName, signature, reinterpret_cast<void*>(className ## _ ## functionName) }

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 9