HomeSort by relevance Sort by last modified time
    Searched refs:CallFunc (Results 1 - 11 of 11) sorted by null

  /external/v8/test/mjsunit/regress/
regress-crbug-571064.js 10 function CallFunc(a) {
14 CallFunc(prototype);
16 CallFunc([]);
17 CallFunc([]);
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 431 #define CallFunc(funcname) \
459 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
536 CallFunc(GdipCreateSolidFill)((ARGB)argb, &solidBrush);
545 CallFunc(GdipFillRectangle)(pGraphics, solidBrush, (float)dest_left,
548 CallFunc(GdipDeleteBrush)(solidBrush);
571 CallFunc(GdipCreateBitmapFromScan0)(image_clip.Width(), image_clip.Height(),
583 CallFunc(GdipSetImagePalette)(bitmap, (ColorPalette*)pal);
584 CallFunc(GdipDrawImageI)(pGraphics, bitmap,
587 CallFunc(GdipDisposeImage)(bitmap);
592 CallFunc(GdipCreateBitmapFromScan0)(src_width, src_height, src_pitch
    [all...]
  /build/kati/
func.cc 580 void CallFunc(const vector<Value*>& args, Evaluator* ev, string* s) {
717 { "call", &CallFunc, 0, 0, false, false },
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py     [all...]
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py     [all...]
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py     [all...]
ast.py 281 class CallFunc(Node):
308 return "CallFunc(%s, %s, %s, %s)" % (repr(self.node), repr(self.args), repr(self.star_args), repr(self.dstar_args))
    [all...]

Completed in 154 milliseconds