HomeSort by relevance Sort by last modified time
    Searched defs:translate (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/doc/
ChangeLog.awk 2 function translate(str) { function
18 if (in_item == 1) printf("%s</item>\n", translate(item))
25 if (in_item == 1) printf("%s</item>\n", translate(item))
38 if (in_item == 1) printf("%s</item>\n", translate(item))
  /external/libnl/doc/
resolve-asciidoc-refs.py 17 def translate(match): function
25 print rc.sub(translate, line),
doxygen-link.py 36 def translate(match): function
43 print(rc.sub(translate, line), end='')
  /external/mesa3d/src/gallium/auxiliary/translate/
translate.c 35 #include "translate.h"
37 struct translate *translate_create( const struct translate_key *key )
39 struct translate *translate = NULL; local
42 translate = translate_sse2_create( key );
43 if (translate)
44 return translate;
46 (void)translate;
translate_cache.c 30 #include "translate.h"
57 struct translate *state = (struct translate*)cso_hash_iter_data(iter);
90 struct translate * translate_cache_find(struct translate_cache *cache,
94 struct translate *translate = (struct translate*) local
99 if (!translate) {
101 translate = translate_create(key);
102 cso_hash_insert(cache->hash, hash_key, translate);
    [all...]
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 204 $sym = translate($table,$sym,$id);
266 sub translate($$$) { subroutine
  /external/swiftshader/src/OpenGL/compiler/
TranslatorASM.cpp 23 bool TranslatorASM::translate(TIntermNode* root) function in class:TranslatorASM
  /frameworks/base/libs/hwui/tests/unit/
DamageAccumulatorTests.cpp 51 // peekAtDirty & popTransform. Just uses a simple translate to test this
52 TEST(DamageAccumulator, translate) {
54 Matrix4 translate; local
56 translate.loadTranslate(25, 25, 0);
57 da.pushTransform(&translate);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
fnmatch.py 9 The function translate(PATTERN) returns a regular expression
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
53 res = translate(pat)
79 res = translate(pat)
85 def translate(pat): function
86 """Translate a shell PATTERN to a regular expression.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fnmatch.py 9 The function translate(PATTERN) returns a regular expression
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
51 res = translate(pat)
75 res = translate(pat)
81 def translate(pat): function
82 """Translate a shell PATTERN to a regular expression.
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
LinearTranslation.java 31 * Constructs a linear translation for which {@code translate(in1) == out1}
32 * and {@code translate(in2) == out2}.
45 public double translate(double in) { method in class:LinearTranslation
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
ShowStackActionButtonEvent.java 26 // Whether or not to translate the stack action button when showing it
27 public final boolean translate; field in class:ShowStackActionButtonEvent
29 public ShowStackActionButtonEvent(boolean translate) {
30 this.translate = translate;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fnmatch.py 9 The function translate(PATTERN) returns a regular expression
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
51 res = translate(pat)
75 res = translate(pat)
81 def translate(pat): function
82 """Translate a shell PATTERN to a regular expression.
  /prebuilts/gdb/linux-x86/lib/python2.7/
fnmatch.py 9 The function translate(PATTERN) returns a regular expression
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
51 res = translate(pat)
75 res = translate(pat)
81 def translate(pat): function
82 """Translate a shell PATTERN to a regular expression.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fnmatch.py 9 The function translate(PATTERN) returns a regular expression
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
51 res = translate(pat)
75 res = translate(pat)
81 def translate(pat): function
82 """Translate a shell PATTERN to a regular expression.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fnmatch.py 9 The function translate(PATTERN) returns a regular expression
15 __all__ = ["filter", "fnmatch", "fnmatchcase", "translate"]
51 res = translate(pat)
75 res = translate(pat)
81 def translate(pat): function
82 """Translate a shell PATTERN to a regular expression.
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AnimationSetTest.java 32 Animation translate = new TranslateAnimation(1f, 2f, 3f, 4f); local
35 set.addAnimation(translate);
41 assertThat(list.get(1), sameInstance(translate));
  /external/skia/bench/
RectoriBench.cpp 50 // This will be used to translate the normal draw outside the
51 // clip rect and translate the blurred version back inside
52 SkScalar translate = 2.0f * size; variable
55 paint.setLooper(this->createLooper(-translate, blurSigma));
62 canvas->translate(translate, 0);
  /external/skia/gm/
localmatriximageshader.cpp 28 SkMatrix translate = SkMatrix::MakeTrans(100.0f, 0.0f); local
32 SkShader::TileMode::kClamp_TileMode, &translate);
43 sk_sp<SkShader> blueLocalMatrixShader = blueImageShader->makeWithLocalMatrix(translate);
45 // Translate will happen first.
49 canvas->translate(100.0f, 0.0f);
  /frameworks/rs/
rsMatrix4x4.h 74 void translate(float x, float y, float z) { function in struct:android::renderscript::Matrix4x4
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch.c 34 #include "translate/translate.h"
35 #include "translate/translate_cache.h"
41 struct translate *translate; member in struct:pt_fetch
55 * (draw_pt_fetch_emit.c) which has its own version to translate
140 if (!fetch->translate ||
141 translate_key_compare(&fetch->translate->key, &key) != 0)
144 fetch->translate = translate_cache_find(fetch->cache, &key);
156 struct translate *translate = fetch->translate local
183 struct translate *translate = fetch->translate; local
    [all...]
  /external/selinux/python/chcat/
chcat 127 clist = translate(con)
206 clist = translate(con)
329 def translate(cats): function
392 cats = seobject.translate(selinux.getseuserbyname(u)[2])
462 errors = chcat_replace(translate(cats), objects, login_ind)
468 errors += chcat_add(c[1:], translate(l), objects, login_ind)
471 errors += chcat_remove(c[1:], translate(l), objects, login_ind)
  /frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java 68 canvas.translate(bounds.left, bounds.top);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PathFillTypes.java 53 canvas.translate(x, y);
66 canvas.translate(20, 20);
  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
TouchExampleView.java 60 canvas.translate(mPosX, mPosY);

Completed in 700 milliseconds

1 2 3 4 5 6 7 8 91011>>