/external/freetype/include/ |
ftrender.h | 196 /* <InOut> */
|
/external/freetype/src/cache/ |
ftcmanag.h | 124 /* <InOut> */
|
/external/pdfium/third_party/freetype/include/ |
ftglyph.h | 271 /* <InOut> */ 420 /* <InOut> */ [all...] |
ftgzip.h | 118 * @inout:
|
ftrender.h | 196 /* <InOut> */
|
/external/skia/include/gpu/ |
GrShaderVar.h | 22 * to write extensible enums. In reality, only none, out, in, inout, and uniform really
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
filterbanks.c | 29 static void WebRtcIsac_AllPassFilter2Float(float *InOut, const float *APSectionFactors, 37 temp = FilterState[j] + APSectionFactors[j] * InOut[n]; 38 FilterState[j] = -APSectionFactors[j] * temp + InOut[n]; 39 InOut[n] = temp;
|
/frameworks/base/core/java/android/app/ |
INotificationManager.aidl | 43 in Notification notification, inout int[] idReceived, int userId);
|
/frameworks/base/core/java/android/os/ |
Parcelable.java | 61 * "<code>void someFunction(inout Parcelable)</code>". Some implementations
|
/frameworks/base/location/java/android/location/ |
ILocationManager.aidl | 91 boolean sendExtraCommand(String provider, String command, inout Bundle extras);
|
/frameworks/base/tests/TransitionTests/res/values/ |
strings.xml | 57 <string name="inout">In/Out</string>
|
/frameworks/compile/mclinker/include/mcld/LD/ |
EhFrameReader.h | 36 /// @param pEhFrame [inout] the input eh_frame
|
/external/deqp/modules/gles31/functional/ |
es31fShaderAtomicOpTests.cpp | 130 << "layout(binding = 0) buffer InOut\n" 195 const deUint32 blockNdx = gl.getProgramResourceIndex(program, GL_SHADER_STORAGE_BLOCK, "InOut"); 197 const deUint32 inVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.inputValues[0]"); 199 const deUint32 outVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.outputValues[0]"); 201 const deUint32 groupVarNdx = gl.getProgramResourceIndex(program, GL_BUFFER_VARIABLE, "InOut.groupValues[0]"); [all...] |
/external/llvm/test/Transforms/InstCombine/ |
fmul.ll | 75 define void @test8(i32* %inout) { 77 %0 = load i32, i32* %inout, align 4
|
/external/skia/gm/ |
dcshader.cpp | 92 void onComputeInvariantOutput(GrInvariantOutput* inout) const override { 93 inout->mulByUnknownFourComponents();
|
/external/skia/src/gpu/effects/ |
GrBicubicEffect.cpp | 176 void GrBicubicEffect::onComputeInvariantOutput(GrInvariantOutput* inout) const { 178 inout->mulByUnknownSingleComponent();
|
/external/deqp/data/gles3/shaders/ |
qualification_order.test | [all...] |
/system/core/libmincrypt/ |
p256_ec.c | 194 * On entry: carry < 2**3, inout[0,2,...] < 2**29, inout[1,3,...] < 2**28. 195 * On exit: inout[0,2,..] < 2**30, inout[1,3,...] < 2**29. */ 196 static void felem_reduce_carry(felem inout, limb carry) { 199 inout[0] += carry << 1; 200 inout[3] += 0x10000000 & carry_mask; 203 inout[3] -= carry << 11; 204 inout[4] += (0x20000000 - 1) & carry_mask; 205 inout[5] += (0x10000000 - 1) & carry_mask [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/isomorphism/ |
isomorphvf2.py | 207 # First we compute the inout-terminal sets. 247 # inout_1[n] is non-zero if n is in M_1 or in T_1^{inout} 248 # inout_2[m] is non-zero if m is in M_2 or in T_2^{inout} 433 # The number of neighbors of n that are in T_1^{inout} is equal to the 434 # number of neighbors of m that are in T_2^{inout}, and vice versa. 456 # T_1^{inout} is equal to the number of neighbors of m 457 # that are neither in core_2 nor T_2^{inout}. 830 # Updates for T_1^{inout} 838 # Updates for T_2^{inout} [all...] |
/external/skia/src/effects/ |
SkColorMatrixFilter.cpp | 496 void onComputeInvariantOutput(GrInvariantOutput* inout) const override { 522 if (!(inout->validFlags() & kRGBAFlags[i])) { 523 inout->setToUnknown(GrInvariantOutput::kWill_ReadInput); 526 uint32_t component = (inout->color() >> kShifts[i]) & 0xFF; 536 inout->setToOther(kA_GrColorComponentFlag,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 226 inout = file(os.devnull, "r+") 229 inout = None 236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout, 237 stdout=(self.redirect_stdout and inout or None), 238 stderr=inout, preexec_fn=setsid)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
webbrowser.py | 226 inout = file(os.devnull, "r+") 229 inout = None 236 p = subprocess.Popen(cmdline, close_fds=True, stdin=inout, 237 stdout=(self.redirect_stdout and inout or None), 238 stderr=inout, preexec_fn=setsid)
|
/external/libhevc/decoder/ |
ihevcd_mv_pred.c | 84 * @param[inout] mv 145 * @param[inout] mv 344 * @param[inout] ps_pred_mv
|
/external/skia/src/gpu/gl/builders/ |
GrGLProgramBuilder.cpp | 228 GrGLSLExpr4* inOut) { 232 this->emitAndInstallProc(stage, e, *inOut, &output); 233 *inOut = output;
|
/external/pdfium/third_party/freetype/src/truetype/ |
ttgxvar.c | 278 /* <InOut> */ 367 /* <InOut> */ 598 /* <InOut> */ 835 /* <InOut> */ [all...] |