HomeSort by relevance Sort by last modified time
    Searched refs:result (Results 1 - 25 of 8268) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/glsl/glcpp/tests/
067-nested-ifdef-ifndef.c 4 #define result success macro
8 #undef result macro
9 #define result failure macro
12 result
16 #undef result macro
17 #define result failure macro
20 result
22 #undef result macro
23 #define result failure macro
26 #undef result macro
27 #define result macro
32 #undef result macro
33 #define result macro
36 #undef result macro
37 #define result macro
    [all...]
  /external/clang/test/CodeGen/
2003-11-26-PointerShift.c 3 unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) {
4 if (2 & (unsigned long) buff) result += 1;
5 return result;
  /external/webkit/Source/WebCore/css/
FontValue.cpp 33 String result("");
36 result += style->cssText();
38 if (!result.isEmpty())
39 result += " ";
40 result += variant->cssText();
43 if (!result.isEmpty())
44 result += " ";
45 result += weight->cssText();
48 if (!result.isEmpty())
49 result += " "
    [all...]
WebKitCSSTransformValue.cpp 47 String result; local
50 result += "translate(";
53 result += "translateX(";
56 result += "translateY(";
59 result += "rotate(";
62 result += "scale(";
65 result += "scaleX(";
68 result += "scaleY(";
71 result += "skew(";
74 result += "skewX("
    [all...]
CSSReflectValue.cpp 38 String result; local
41 result += "below ";
44 result += "above ";
47 result += "left ";
50 result += "right ";
56 result += m_offset->cssText() + " ";
58 result += m_mask->cssText();
59 return result;
CSSUnicodeRangeValue.cpp 39 String result; local
41 return result;
  /hardware/invensense/mlsdk/mllite/
mldmp.c 68 * result = inv_dmp_open( );
69 * if (INV_SUCCESS != result) {
80 inv_error_t result; local
95 result = inv_state_transition(INV_STATE_DMP_OPENED);
96 if (result) {
97 LOG_RESULT_LOCATION(result);
98 return result;
101 result = inv_dl_open(inv_get_serial_handle());
102 if (result) {
103 LOG_RESULT_LOCATION(result);
177 inv_error_t result; local
214 inv_error_t result; local
256 inv_error_t result; local
    [all...]
mlarray_legacy.c 90 inv_error_t result; local
93 result = inv_get_gyro(data);
96 result = inv_get_accel(data);
99 result = inv_get_temperature(data);
102 result = inv_get_rot_mat(data);
105 result = inv_get_quaternion(data);
108 result = inv_get_linear_accel(data);
111 result = inv_get_linear_accel_in_world(data);
114 result = inv_get_gravity(data);
117 result = inv_get_angular_velocity(data)
388 inv_error_t result; local
510 inv_error_t result; local
560 inv_error_t result; local
    [all...]
  /bionic/libc/unistd/
getpriority.c 34 int result = __getpriority(which, who); local
36 return ( result < 0 ) ? result : 20-result;
  /external/webkit/Source/WebCore/platform/graphics/skia/
TransformationMatrixSkia.cpp 40 SkMatrix result; local
42 result.setScaleX(WebCoreDoubleToSkScalar(a()));
43 result.setSkewX(WebCoreDoubleToSkScalar(c()));
44 result.setTranslateX(WebCoreDoubleToSkScalar(e()));
46 result.setScaleY(WebCoreDoubleToSkScalar(d()));
47 result.setSkewY(WebCoreDoubleToSkScalar(b()));
48 result.setTranslateY(WebCoreDoubleToSkScalar(f()));
51 result.setPerspX(0);
52 result.setPerspY(0);
53 result.set(SkMatrix::kMPersp2, SK_Scalar1)
60 SkMatrix result; local
    [all...]
  /external/easymock/src/org/easymock/
LogicalOperator.java 23 public boolean matchResult(int result) {
24 return result < 0;
28 public boolean matchResult(int result) {
29 return result <= 0;
33 public boolean matchResult(int result) {
34 return result == 0;
38 public boolean matchResult(int result) {
39 return result >= 0;
43 public boolean matchResult(int result) {
44 return result > 0;
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf.stdout.exp 1 fooble: result is 22
  /hardware/qcom/media/mm-video/vidc/venc/test/
camera_test.cpp 40 int result = 0; local
51 return result;
56 int result = 0; local
63 return result;
68 int result = 0; local
75 return result;
80 int result = 0; local
89 return result;
  /libcore/expectations/
taggedtests.txt 8 result: SUCCESS,
brokentests.txt 8 result: EXEC_FAILED
22 result: EXEC_FAILED,
33 result: EXEC_FAILED,
40 result: COMPILE_FAILED,
47 result: EXEC_FAILED,
59 result: EXEC_FAILED,
67 result: EXEC_FAILED,
75 result: EXEC_FAILED,
83 result: EXEC_FAILED,
91 result: EXEC_FAILED
    [all...]
  /external/chromium/chrome/common/
chrome_paths_internal.h 17 bool GetDefaultUserDataDirectory(FilePath* result);
22 bool GetChromeFrameUserDataDirectory(FilePath* result);
29 // This will always fill in |result| with a directory, sometimes
31 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result);
34 bool GetUserDocumentsDirectory(FilePath* result);
38 bool GetUserDownloadsDirectorySafe(FilePath* result);
42 bool GetUserDownloadsDirectory(FilePath* result);
45 bool GetUserDesktop(FilePath* result);
69 bool GetLocalLibraryDirectory(FilePath* result);
  /external/clang/test/PCH/
enum.c 11 int result = aRoundShape; local
12 return result;
  /external/elfutils/libdw/
dwarf_attr.c 24 dwarf_attr (die, search_name, result)
27 Dwarf_Attribute *result;
33 result->valp = __libdw_find_attr (die, search_name, &result->code,
34 &result->form);
36 result->cu = die->cu;
38 return result->code == search_name ? result : NULL;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
switch-003.js 36 var result = "";
39 case "z": result += "z";
40 case "y": result += "y";
41 case "x": result += "x";
42 case "w": result += "w";
43 default: result += "*";
44 case "a": result += "a";
45 case "b": result += "b";
46 case "c": result += "c";
53 result );
    [all...]
switch-004.js 62 var result = "";
65 default: result += "default"; break;
66 case "a": result += "a"; break;
67 case "b": result += "b"; break;
68 case A: result += "A"; break;
69 case B: result += "B"; break;
70 case new Boolean(true): result += "new TRUE"; break;
71 case new Boolean(false): result += "new FALSE"; break;
72 case NULL: result += "NULL"; break;
73 case UNDEFINED: result += "UNDEFINED"; break
    [all...]
  /system/media/wilhelm/src/
trace.h 35 #define SL_ENTER_GLOBAL SLresult result;
36 #define SL_LEAVE_GLOBAL return result;
37 #define SL_ENTER_INTERFACE SLresult result;
38 #define SL_LEAVE_INTERFACE return result;
42 #define XA_ENTER_GLOBAL XAresult result;
43 #define XA_LEAVE_GLOBAL return result;
44 #define XA_ENTER_INTERFACE XAresult result;
45 #define XA_LEAVE_INTERFACE return result;
50 extern void slTraceLeaveGlobal(const char *function, SLresult result);
52 extern void slTraceLeaveInterface(const char *function, SLresult result);
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.cpp 46 string result = "AXRole: AX"; local
49 return result.append("Button");
51 return result.append("RadioButton");
53 return result.append("CheckBox");
55 return result.append("Slider");
57 return result.append("TabGroup");
59 return result.append("TextField");
61 return result.append("StaticText");
63 return result.append("TextArea");
65 return result.append("ScrollArea")
    [all...]
  /external/elfutils/libasm/
asm_begin.c 31 prepare_text_output (AsmCtx_t *result)
33 return result;
38 prepare_binary_output (AsmCtx_t *result, int machine, int klass, int data)
44 result->out.elf = elf_begin (result->fd, ELF_C_WRITE_MMAP, NULL);
45 if (result->out.elf == NULL)
48 unlink (result->tmp_fname);
49 close (result->fd);
50 free (result);
56 if (gelf_newehdr (result->out.elf, klass) == 0
106 AsmCtx_t *result; local
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextFragment.h 47 void buildFragmentTransform(AffineTransform& result, TransformType type = TransformRespectingTextLength) const
50 result = transform;
51 transformAroundOrigin(result);
56 buildTransformForTextOnPath(result);
58 buildTransformForTextOnLine(result);
80 void transformAroundOrigin(AffineTransform& result) const
82 // Returns (translate(x, y) * result) * translate(-x, -y).
83 result.setE(result.e() + x);
84 result.setF(result.f() + y)
    [all...]
  /cts/tools/dasm/src/dasm/
parser.java     [all...]

Completed in 837 milliseconds

1 2 3 4 5 6 7 8 91011>>